testing.M.deps (field)

18 uses

	testing (current package)
		testing.go#L1982: 	deps        testDeps
		testing.go#L2027: 		deps:        deps,
		testing.go#L2107: 		listTests(m.deps.MatchString, m.tests, m.benchmarks, m.fuzzTargets, m.examples)
		testing.go#L2142: 		testRan, testOk := runTests(m.deps.MatchString, m.tests, deadline)
		testing.go#L2143: 		fuzzTargetsRan, fuzzTargetsOk := runFuzzTests(m.deps, m.fuzzTargets, deadline)
		testing.go#L2144: 		exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)
		testing.go#L2158: 		anyFailed := !testOk || !exampleOk || !fuzzTargetsOk || !runBenchmarks(m.deps.ImportPath(), m.deps.MatchString, m.benchmarks)
		testing.go#L2170: 	fuzzingOk := runFuzzing(m.deps, m.fuzzTargets)
		testing.go#L2305: 		if err := m.deps.StartCPUProfile(f); err != nil {
		testing.go#L2356: 		m.deps.StartTestLog(f)
		testing.go#L2360: 		m.deps.SetPanicOnExit0(true)
		testing.go#L2374: 		m.deps.SetPanicOnExit0(false)
		testing.go#L2380: 		if err := m.deps.StopTestLog(); err != nil {
		testing.go#L2390: 		m.deps.StopCPUProfile() // flushes profile to disk
		testing.go#L2402: 		if err = m.deps.WriteProfileTo("allocs", f, 0); err != nil {
		testing.go#L2414: 		if err = m.deps.WriteProfileTo("block", f, 0); err != nil {
		testing.go#L2426: 		if err = m.deps.WriteProfileTo("mutex", f, 0); err != nil {